SftTree/NET 2.0

TopItem Property, SftTree Class

Softel vdm, Inc.

Defines the first item displayed in the tree control's client area.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property TopItem As ItemClass

C#   

public ItemClass TopItem { get; set; }

C++   

public: property ItemClass^ TopItem {
        ItemClass^ get();
        void set(ItemClass^ value);
}

Property Value

The top item.

Comments

The TopItem property defines the first item displayed in the tree control's client area.

The ItemClass.ScrollIntoView method can be used to insure that an item is displayed in the tree control area. The TopItem property is used to make the item specified the very first item shown in the tree control area.

The BottomItem property defines the last item displayed in the tree control's client area.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com